From a0ee8918b06fbbfcf2947831818a89d701c147a1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Jan 2009 16:23:15 +0000 Subject: [PATCH] (System Environment): Remove description of the `environment' function which has been deleted. --- doc/lispref/os.texi | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 010ccc597b7..ddca40dc5d9 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -876,16 +876,6 @@ specify the same environment variable, the first of these elements specifies the variable, and the other ``duplicates'' are ignored. @end defvar -@defun environment &optional frame -This is a convenience function that returns the value of -@code{process-environment} after removing unset and duplicate -variables from it. The optional argument @var{frame}, which should be -a frame, means return the list of environment variables in effect for -that frame. The value this function returns is a copy, so changing it -will have no effect on the environment variables passed to -subprocesses. -@end defun - @defvar initial-environment This variable holds the list of environment variables Emacs inherited from its parent process. It is computed during startup, see -- 2.30.2